Author |
Thread Statistics | Show CCP posts - 0 post(s) |

Shin Chogan
|
Posted - 2008.01.08 10:31:00 -
[1]
You've already put the source up in the Trac browser ... any chance you could go the rest of the way and put up a source package download or svn/cvs access - then others could contribute.
Barney
|

Shin Chogan
Federal Navy Academy
|
Posted - 2008.03.30 00:29:00 -
[2]
Just fired this up again after a while of not using it and it seems to think all my skills are at level 0 but that I still have all the skillpoints for the skill
|

Shin Chogan
|
Posted - 2008.07.17 15:32:00 -
[3]
Originally by: Hagis McBree use the eveskillmonitor, as for the .svn folders, they are put there by the devtools when you check it out and update via its svn tool.
I would love to have a look - Unfortunately I'm new to Macs and xcode, I've checked out the source but it won't build, I've tracked down a couple of problems
1) I had to change the "Cross develop using target SDK" - 10.4 universal is the only one that gets close to building selecting 10.5 causes errors like : /Users/barney/Development/eveskillmonitor/EveAPI.m:211: error: invalid use of void expression and /Users/barney/Development/eveskillmonitor/EveAPI.m:228: error: void value not ignored as it ought to be
2) SM2DGGraphView not present at all in checked out code - download and copy into source tree and point xcode to the correct directory - it is currently looking in /Library/Frameworks/SM2DGGraphView.framework
3) PSMTabBarControl framework is included but for some reason xcode couldn't find the header file. Downloading and copy into source tree fixes
4) Sparkle framework is included but again xcode fails to find it during the linking stage. Downloading and copy into source tree fixes this too.
5) Linking failure : Undefined symbols: "_sqlite3_column_text", referenced from: -[FMResultSet kvcMagic:] in FMResultSet.o -[FMResultSet stringForColumn:] in FMResultSet.o (lots more but all related to _sqlite3_) . This one has got me stumped what do I need to change in the project config to get it to find the appropriate libs.
|

Shin Chogan
|
Posted - 2008.07.21 11:29:00 -
[4]
Originally by: Cel Halcyon But on the other hand, it SHOULD compile for 10.5 just fine as that's what I did prior to upload the source. As for FMResults and whatnot, that's from sqlite3.a and the FMDatabase files. Should definately all be there.
I'm new to Macs and objective C so please bear with me if I'm being stupid. I got all the frameworks from google as you said I was just reporting my experience so others could benefit. What stumped me for a little while what that some of the frameworks are present in the checked out code but they just don't appear to work, downloading the appropriate framework and copying over the top of these fixed the problem.
I'm not sure how to fix the void errors when using the 10.5 sdk but trust me they are there when I try building the code as checked out from the sourceforge repository - Just managed to fix it ... the real problem was a couple of warnings about multiple definitions of "-start" putting (TrainingSkill*) infront of "skill start" on lines 211 and 228 of EveAPI.m appears to have removed these errors.
All I am left with now is the sqlite3 errors, I've been looking to find a way to include the /usr/lib directory where the libsqlite3.dylib file is, which I assumed is the library that provides the functions defined in sqlite3.h but maybe I was wrong in that assumption ... I've not found a file called sqlite3.a either in the Leopard installed files or in the checked out code.
|
|
|